Programming with QuickTime VR

| Previous | Chapter contents | Chapter top | Section top | Next |

Hiding and Showing the Controller Bar

You can use standard QuickTime movie component routines to hide and show the controller bar associated with a QuickTime VR movie. To hide the controller bar, you can call the MCSetVisible function, as illustrated in Listing 3-1 .

Listing 1 Hiding the controller bar

componentResult     myResult;
Boolean             isVisible;

isVisible = false;
myResult = MCSetVisible(myMC, isVisible);

© 1997 Apple Computer, Inc.

| Previous | Chapter contents | Chapter top | Section top | Next |